home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat4 / dmedia / mpeg.z / mpeg
Encoding:
Text File  |  2002-10-03  |  5.9 KB  |  133 lines

  1.  
  2.  
  3.  
  4. mmmmppppeeeegggg((((4444))))                                                                mmmmppppeeeegggg((((4444))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      mpeg - MPEG compression format
  10.  
  11.  
  12. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  13.      MPEG is a set of standards for digitally coding audio and video.  The
  14.      name is derived from Moving Pictures Experts Group, which is the
  15.      technical committee of ISO/IEC (the International Organisation for
  16.      Standardisation and the International Electrotechnical Commission)
  17.      responsible for developing these specifications.
  18.  
  19.      Several standards have been developed, targeted for different
  20.      applications.  MPEG-1 encodes non-interlaced material and is optimized
  21.      for single-speed CD-ROM bitrates (about 1.5 Mbps).  MPEG-2 handles
  22.      interlacing and is intended for applications at higher bitrates (4 Mbps
  23.      or greater) like studio-quality TV.  MPEG-4 is in its early stages and is
  24.      targeted for very low bitrates that may be useful for videophone and
  25.      other applications. (MPEG-3 was intended for HDTV/ATV but was merged with
  26.      MPEG-2).
  27.  
  28.      Below we describe the components of MPEG-1 (unless otherwise indicated,
  29.      subsequent references to MPEG in this document apply to MPEG-1 only).
  30.      This standard specifies the syntax for three types of bitstreams :
  31.      video, audio, and systems.
  32.  
  33.  
  34.    VVVViiiiddddeeeeoooo BBBBiiiittttssssttttrrrreeeeaaaammmm
  35.      Compression utilizes tranform coding and motion estimation, which attempt
  36.      to remove spatial and temporal redundancies in the original image
  37.      sequence.  Image dimensions up to 4096 by 4096 pixels and various frame
  38.      rates up to 60 Hz are specified (field information is not defined in the
  39.      video bitstream), with bitrates up to 105 Mbps allowed.
  40.  
  41.  
  42.    AAAAuuuuddddiiiioooo BBBBiiiittttssssttttrrrreeeeaaaammmm
  43.      Compression is based on subband coding, which divides the input into
  44.      different frequency bands and allocates bits across frequencies based on
  45.      perceptual importance.  Mono and stereo sources are supported at sampling
  46.      rates of 32, 44.1 and 48 KHz, and allowable bitrates range from 32 to 448
  47.      Kbps.
  48.  
  49.      Three layers of encoding are specified : Layers I, II, and III.
  50.      Generally speaking, the higher layers provide better compression (lower
  51.      bitrates for the same audio quality) at the expense of greater
  52.      computational complexity.  The higher layers are also supersets of the
  53.      lower layers in the sense that a Layer III decoder must be able to decode
  54.      an audio bitstream of any layer, and a Layer II decoder must be able to
  55.      decode bitstreams from Layers I and II.
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. mmmmppppeeeegggg((((4444))))                                                                mmmmppppeeeegggg((((4444))))
  71.  
  72.  
  73.  
  74.    SSSSyyyysssstttteeeemmmmssss BBBBiiiittttssssttttrrrreeeeaaaammmm
  75.      The systems specification defines how the compressed audio and compressed
  76.      video bitstream are multiplexed; no additional compression is performed.
  77.      This layer serves to packetize and interleave the compressed audio and
  78.      video data, along with timestamp information and decoder buffering
  79.      requirements.  Up to 16 video and 32 audio streams may be multiplexed in
  80.      a single systems stream.
  81.  
  82.  
  83. PPPPRRRROOOODDDDUUUUCCCCTTTTSSSS
  84.      The MPEG compression format is supported by several developer and end-
  85.      user products.  Current support is limited to MPEG-1, Layers I/II audio,
  86.      and systems streams with one audio track and one video track.
  87.  
  88.      CCCCoooommmmpppprrrreeeessssssssiiiioooonnnn LLLLiiiibbbbrrrraaaarrrryyyy
  89.          Provides MPEG-1 video and audio encoding and decoding.  See
  90.          CCCCLLLLiiiinnnnttttrrrroooo((((3333ddddmmmm)))), ccccllll____mmmmppppeeeegggg1111((((3333ddddmmmm)))), and ccccllll____aaaawwwwaaaarrrreeee((((3333ddddmmmm)))).
  91.  
  92.      AAAAuuuuddddiiiioooo FFFFiiiilllleeee LLLLiiiibbbbrrrraaaarrrryyyy
  93.          Provides MPEG-1 audio encoding and decoding.  See AAAAFFFFiiiinnnnttttrrrroooo((((3333ddddmmmm))))
  94.          and AAAAFFFFaaaawwwwaaaarrrreeee((((3333ddddmmmm)))).
  95.  
  96.      MMMMoooovvvviiiieeee LLLLiiiibbbbrrrraaaarrrryyyy
  97.          Provides reading and playback of MPEG-1 systems or video
  98.          bitstreams.  See mmmmvvvvIIIInnnnttttrrrroooo((((3333ddddmmmm)))).
  99.  
  100.      DDDDiiiiggggiiiittttaaaallll MMMMeeeeddddiiiiaaaa TTTToooooooollllssss
  101.          Several tools enable end-users to create, manipulate, and play
  102.          MPEG-1 bitstreams.  Please refer to the man pages listed in the
  103.          final section.
  104.  
  105.  
  106. FFFFIIIILLLLEEEESSSS
  107.      /usr/share/data/movies/studio.mps
  108.           - sample MPEG-1 systems bitstream file (movie including
  109.                soundtrack)
  110.  
  111.  
  112. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  113.      The offical MPEG-1 specification :
  114.      ISO/IEC International Standard 11172.  Coding of Moving Pictures and
  115.      Associated Audio for Digital Storage Media Up to About 1.5 Mbit/s.
  116.  
  117.      mediaconvert(1), dmconvert(1), mediaplayer(1), mediamaker(1), CLintro(3),
  118.      cl_mpeg1(3), cl_aware(3dm), AFintro(3dm), AFaware(3dm), mvIntro(3mv),
  119.      aware(5)
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.                                                                         PPPPaaaaggggeeee 2222
  130.  
  131.  
  132.  
  133.